Use the memory settings backend for make check
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Jan 2014 02:13:57 +0000 (21:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Jan 2014 02:17:14 +0000 (21:17 -0500)
The color chooser test is constantly running into the
problem that the custom color setting is not empty.
Avoid that by using the memory settings backend.

testsuite/a11y/Makefile.am
testsuite/reftests/Makefile.am

index 91abf7620fd7d9b9a4364c444329acec7d3841c5..158105554871955d4fee435f4b93387f3c8d1879 100644 (file)
@@ -20,7 +20,7 @@ LDADD = \
 
 # work around random file systems showing up in the file chooser,
 # breaking the 'pickers' test
-TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix
+TESTS_ENVIRONMENT = GIO_USE_VOLUME_MONITOR=unix GSETTINGS_BACKEND=memory
 
 TEST_PROGS += accessibility-dump
 
index 3b74f965bebfa12b25e5299617b237868b0b958b..fa532eb9217cc61d8b58bb37c81deb4b877b1141 100644 (file)
@@ -1,6 +1,8 @@
 include $(top_srcdir)/Makefile.decl
 NULL =
 
+TESTS_ENVIRONMENT = GSETTINGS_BACKEND=memory
+
 TEST_PROGS += gtk-reftest
 
 check_PROGRAMS = $(TEST_PROGS)